Skip to main content

Market Details

The CoinDCX Market Details endpoint provides detailed information about a specific market or trading pair.

By using the Market Details endpoint, you can retrieve comprehensive information about a specific market, including its current state, recent trading activity, and the order book, which can be useful for monitoring the market, analyzing trends, and making informed trading decisions.

The following endpoint can be used to retrieve the market details,

https://api.coindcx.com/exchange/v1/market_details

The CoinDCX Market Details endpoint, will allow you to get the following information:

ParameterDescription
coindcx_nameName of the market.
base_currency_short_nameShortened name of the base currency.
target_currency_short_nameShortened name of the target currency.
target_currency_nameName of the target currency.
base_currency_nameName of the base currency.
min_quantityIndicates the minimum quantity of the target currency for which an order can be placed.
max_quantityIndicates the maximum quantity of the target currency for which an order can be placed.
min_priceMinimum value for which an order can be placed.
max_priceMaximum value for which an order can be placed.
min_notionalIt is the minimum amount of base currency for which an order can be placed.
base_currency_precisionIndicates the number of decimals accepted for the base currency.
target_currency_precisionIndicates the number of decimals accepted for the target currency.
stepIndicates the minimum increment accepted for the target currency.
order_typesIndicates the types of orders that can be placed for the intended market.
symbolMarket symbol
ecodeAlso known as Exchange Code, ecode is a unique identifier for exchanges available on CoinDCX. Acceptable values for the field are:
  • B: Binance
  • I: CoinDCX
  • HB: HitBTC
  • H: Huobi
  • BM: BitMEX
  • OE: OkEx
max_leverageIndicates the maximum leverage for long position that is available in the market for margin trading.
max_leverage_shortIndicates the maximum leverage for short position that is available in the market for margin trading.
pairIt is a string created by ecode, target_currency_short_name, and base_currency_short name. For example, B-BTC_USDT.
statusIndicates the status of the market. Possible values are:
  • Active
  • Inactive